home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / KEYBOARD.ZIP / keys.pov < prev   
Encoding:
Text File  |  1997-05-20  |  775 b   |  38 lines

  1. // Persistence of Vision Ray Tracer Scene Description File
  2. // File: keys.pov
  3. // Vers: 3.01 Watcom Win32
  4. // Desc: Sample Scene File for keyboard.pov
  5. // Date: May 20, 1997
  6. // Auth: Sonya Roberts
  7. // Note: Send questions to sonya_roberts@geocities.com
  8. //       Check out my homepages!  They're at:
  9. //            http://webhome.idirect.com/~sonyar
  10. //            http://www.geocities.com/SoHo/Lofts/1022
  11.  
  12. // ==== Standard Includes ====
  13. #include "colors.inc"
  14.  
  15. camera {
  16.     location    <0,.75,-1>
  17.     up        <0,1,0>
  18.     right        <1.33,0,0>
  19.     look_at        <-.05,0,.25>
  20. }
  21.  
  22.  
  23. light_source {
  24.     <50,50,-50>,
  25.     color White
  26.     area_light
  27.     <15,0,0>,<0,15,0>,6,6
  28.     adaptive 2
  29. }
  30.  
  31. light_source {
  32.     <-200,100,-20>,
  33.     color Gray30
  34. }
  35.  
  36. #include "keyboard.pov"
  37. object {Keyboard    rotate y*-10}
  38.